WalkBehind description ...
int GetBinaryProperty(string property)
Gets a binary integer Custom Property for this WalkBehind (0 or 1).
bool GetBoolProperty(string property)
Gets a bool Custom Property for this WalkBehind.
LooseInteger GetIntegerProperty(string property)
Gets an integer Custom Property for this WalkBehind.
string GetTextProperty(string property)
Gets a text Custom Property for this WalkBehind.
void RunInteraction(CursorMode cursorMode)
Runs the specified event handler for this WalkBehind.
void SetBinaryProperty(string property, int value)
Sets a binary integer Custom Property for this WalkBehind.
void SetBoolProperty(string property, bool value)
Sets a bool Custom Property for this WalkBehind.
void SetIntegerProperty(string property, int value)
Sets an integer Custom Property for this WalkBehind.